_MI_PARTITION_STATE

//0xac0 bytes (sizeof) struct _MI_PARTITION_STATE { ULONGLONG PartitionLock; //0x0 struct _EX_PUSH_LOCK PartitionIdLock; //0x8 ULONGLONG InitialPartitionIdBits; //0x10 struct _LIST_ENTRY PartitionList; //0x18 struct _RTL_BITMAP* PartitionIdBitmap; //0x28 struct _RTL_BITMAP InitialPartitionIdBitmap; //0x30 struct _MI_PARTITION* TempPartitionPointers[1]; //0x40 struct _MI_PARTITION** Partition; //0x48 ULONGLONG TotalNodePagesInChildPartitions[64]; //0x50 ULONGLONG TotalSpecialPurposeMemoryInChildPartitions[64][4]; //0x250 ULONG CrossPartitionDenials; //0xa50 UCHAR MultiplePartitionsExist; //0xa54 struct _RTL_BITMAP_EX HugeIoPfnBitMap; //0xa58 struct _MI_HUGE_PFN* HugePfnDatabase; //0xa68 ULONGLONG HugeRangesLock; //0xa80 };